From d6f088a0288196dd49bee24d81e6321aa6ae9590 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 16 Mar 2017 14:03:30 -0700 Subject: [PATCH] Bump to 0.19.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- src/crates-io/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 935da540a..29c96376d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,11 @@ [root] name = "cargo" -version = "0.18.0" +version = "0.19.0" dependencies = [ "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", - "crates-io 0.7.0", + "crates-io 0.8.0", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -82,7 +82,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.18.0", + "cargo 0.19.0", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.7.0" +version = "0.8.0" dependencies = [ "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3d46f440b..084958904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.18.0" +version = "0.19.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -17,7 +17,7 @@ name = "cargo" path = "src/cargo/lib.rs" [dependencies] -crates-io = { path = "src/crates-io", version = "0.7" } +crates-io = { path = "src/crates-io", version = "0.8" } crossbeam = "0.2" curl = "0.4.6" docopt = "0.7" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 21db0467f..9bc99f34b 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.7.0" +version = "0.8.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo" -- 2.30.2